home *** CD-ROM | disk | FTP | other *** search
/ ftp.sustworks.com 2018 / ftp.sustworks.com.zip / ftp.sustworks.com / IPNetMonitorX_1.6.6.dmg / IPNetMonitorX folder / IPNetMonitorX.app / Contents / Resources / English.lproj / NameQuery.nib / classes.nib next >
Text File  |  2005-12-29  |  896b  |  30 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {myHelp = id; toolPrefs = id; }; 
  5.             CLASS = FirstResponder; 
  6.             LANGUAGE = ObjC; 
  7.             SUPERCLASS = NSObject; 
  8.         }, 
  9.         {
  10.             ACTIONS = {query = id; }; 
  11.             CLASS = NameQueryWindowC; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 outputText = NSTextView; 
  15.                 prefsDrawer = NSDrawer; 
  16.                 queryName = NSComboBox; 
  17.                 queryServer = NSComboBox; 
  18.                 queryType = NSPopUpButton; 
  19.                 scrollView = NSScrollView; 
  20.                 statusInfo = NSTextField; 
  21.                 testButton = NSButton; 
  22.                 topAppend = NSButton; 
  23.                 useDig = NSButton; 
  24.                 useServer = NSButton; 
  25.             }; 
  26.             SUPERCLASS = NSWindowController; 
  27.         }
  28.     ); 
  29.     IBVersion = 1; 
  30. }